-
Notifications
You must be signed in to change notification settings - Fork 4
Wes/oauth webview #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v4
Are you sure you want to change the base?
Wes/oauth webview #126
Conversation
codingLogan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If an implementation uses an API call for the Connect widget url that changes the scheme, to myapp for example, will the react-native-widget-sdk no longer receive and forward those widget messages to the host app?
1. API => to get widget url with scheme "myapp"
2. Host App
|---> registers a scheme of "myapp" for deep links or other features unknown to us
|---> SDK uses "mx" scheme for it's widget messages now
|---> Connect Widget we launch for the customer in the SDK will have the "myapp" scheme applied to any widget messages because of step 1.
Main concern to discover/validate. Does the SDK miss all widget messages if the scheme is not "mx"?
I like the idea of simplification as long as we can make sure we don't break implementations, or at least create docs explaining the break and how to fix it.
No description provided.